--- trunk/OOPSE/libmdtools/SimSetup.cpp 2004/06/11 14:14:10 1261 +++ trunk/OOPSE/libmdtools/SimSetup.cpp 2004/07/16 16:29:44 1330 @@ -1820,11 +1820,11 @@ void SimSetup::makeIntegrator(void){ void SimSetup::makeIntegrator(void){ int k; - NVE* myNVE = NULL; - NVT* myNVT = NULL; - NPTi >* myNPTi = NULL; - NPTf >* myNPTf = NULL; - NPTxyz >* myNPTxyz = NULL; + NVE >* myNVE = NULL; + NVT >* myNVT = NULL; + NPTi > >* myNPTi = NULL; + NPTf > >* myNPTf = NULL; + NPTxyz > >* myNPTxyz = NULL; for (k = 0; k < nInfo; k++){ switch (ensembleCase){