diff --git a/src/colvar.cpp b/src/colvar.cpp index 33ec3da7f..55bc33787 100644 --- a/src/colvar.cpp +++ b/src/colvar.cpp @@ -891,12 +891,12 @@ void colvar::define_component_types() add_component_type("CV with support of the Lepton custom function", "customColvar"); #endif + add_component_type("neural network CV for other CVs", "neuralNetwork"); + #ifdef TORCH add_component_type("CV defined by PyTorch artifical neural network models", "torchANN"); #endif - add_component_type("neural network CV for other CVs", "neuralNetwork"); - if (proxy->check_volmaps_available() == COLVARS_OK) { add_component_type("total value of atomic map", "mapTotal"); }